FileAttachment Constructor (Byte, String, String) |
Initializes a new instance of the FileAttachment class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FileAttachment(
byte[] buffer,
string name,
string contentType
)
Public Sub New (
buffer As Byte(),
name As String,
contentType As String
)
Parameters
- buffer
- Type: SystemByte
The buffer. - name
- Type: SystemString
The name. - contentType
- Type: SystemString
Type of the content.
See Also